home *** CD-ROM | disk | FTP | other *** search
- Path: news.ariadne-t.gr!arar
- From: arar@adonis.clnsnet.ariadne-t.gr (Arnellos Argiris-TEIA)
- Newsgroups: comp.lang.c
- Subject: Arrays of strings (linking)
- Date: 27 Mar 1996 14:53:36 GMT
- Organization: NCSR DEMOKRITUS - ARIADNE NETWORK
- Message-ID: <4jbkpg$5m7@news.ariadne-t.gr>
- NNTP-Posting-Host: isosun.ariadne-t.gr
- X-Newsreader: TIN [version 1.2 PL2]
-
- I have problem writing a function that accepts two strings and then linking
- them together in a new string. I must also return a pointer to this new
- string. For example: if I pass "Hello" to string1 and "World" to string2
- the function must return a pointer to "Hello World!".
- Could anyone help me by giving me an example or any ideas.
-
- TIA
- Argiris Arnellos
-
-
-